home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / quot.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  42 lines

  1. <search function="quot">
  2.   <name>Bartleby.com</name>
  3.   <description>
  4.     Search several sources for familiar quotations.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>quot penny</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Reference</category>
  11.   <link>http://www.bartleby.com/</link>
  12.   <contributor>Stephen Granade</contributor>
  13.   <email>sgranade_at_phy_dot_duke_dot_edu</email>
  14.   
  15.   <form name="quotf"
  16.         action="http://www.bartleby.com/cgi-bin/texis/webinator/sitesearch"
  17.         method="get">
  18.     <input type="hidden" name="query"/>
  19.     <input type="hidden" name="db" value="db"/>
  20.     <input type="hidden" name="filter" value="colQuotations"/>
  21.   </form>
  22.   
  23.   <script><![CDATA[
  24.     function quot(q)
  25.     {
  26.       if( nullArgs("quot",q) )
  27.         return false;
  28.       else
  29.       {
  30.         document.quotf.query.value = q;
  31.         submitForm(quotf);
  32.       }
  33.     }
  34.   ]]></script>
  35.  
  36.   <copyright>
  37.     Copyright (c) 2002 David Bau
  38.     Distributed under the terms of the
  39.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  40.   </copyright>
  41. </search>
  42.